-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add option to revoke certificate with private key #2242
base: main
Are you sure you want to change the base?
Conversation
Hi i missed something to review @fairclothjm ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @lde, thanks for the contribution!
Overall great but I think we'd like to have the new revoke_with_key
conflict with the existing revoke
key to avoid user confusion of needing to set both keys to true to get the new behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the PR with my review comments and sorry about the delay, just catching up from the holiday vacation.
This is looking great, I have two small nits I'd like to get addressed before merging this in.
Co-authored-by: Steven Clark <[email protected]>
Description
Ability to revoke certificate with private_key trough endpoint
revoke-with-key
witch is an unprivileged operation.Checklist
Output from acceptance testing:
Community Note